Package | ca.on.oh.erec |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-alpha1.0.4&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest |
Url | http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest |
Version | 1.0.1 |
Status | draft |
Name | EReferralServiceRequest |
Title | ServiceRequest |
Experimental | False |
Realm | ca |
Description | ServiceRequest is the main resource use to send all referral related information to the destination system. |
Type | ServiceRequest |
Kind | resource |
{
"resourceType" : "StructureDefinition",
"id" : "ca-on-eReferral-profile-ServiceRequest",
"url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest",
"version" : "1.0.1",
"name" : "EReferralServiceRequest",
"title" : "ServiceRequest",
"status" : "draft",
"description" : "ServiceRequest is the main resource use to send all referral related information to the destination system.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "ServiceRequest",
"baseDefinition" : "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "ServiceRequest.meta",
"path" : "ServiceRequest.meta",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.meta.profile",
"path" : "ServiceRequest.meta.profile",
"comment" : "#### **_` FOR eREFERRAL USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest|1.0.1 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.extension:PatientPresentLocation",
"path" : "ServiceRequest.extension",
"sliceName" : "PatientPresentLocation",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-patient-present-location"
]
}
]
},
{
"id" : "ServiceRequest.extension:PatientPresentLocation.value[x]",
"path" : "ServiceRequest.extension.value[x]",
"mustSupport" : true
},
{
"id" : "ServiceRequest.extension:PatientPresentLocation.value[x].reference",
"path" : "ServiceRequest.extension.value[x].reference",
"mustSupport" : true
},
{
"id" : "ServiceRequest.extension:PatientPresentLocation.value[x].identifier",
"path" : "ServiceRequest.extension.value[x].identifier",
"mustSupport" : true
},
{
"id" : "ServiceRequest.extension:DARC",
"path" : "ServiceRequest.extension",
"sliceName" : "DARC",
"max" : "1"
},
{
"id" : "ServiceRequest.extension:DART",
"path" : "ServiceRequest.extension",
"sliceName" : "DART",
"max" : "1"
},
{
"id" : "ServiceRequest.extension:RoutingOptions",
"path" : "ServiceRequest.extension",
"sliceName" : "RoutingOptions",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-routing-options"
]
}
]
},
{
"id" : "ServiceRequest.extension:RoutingOptions.value[x]",
"path" : "ServiceRequest.extension.value[x]",
"mustSupport" : true
},
{
"id" : "ServiceRequest.extension:RoutingOptions.value[x].coding",
"path" : "ServiceRequest.extension.value[x].coding",
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "http://ehealthontario.ca/fhir/ValueSet/ereferral-source-types"
}
},
{
"id" : "ServiceRequest.extension:CopiedParticipants",
"path" : "ServiceRequest.extension",
"sliceName" : "CopiedParticipants",
"definition" : "Used to CC updates to the ServiceRequest in cases of forwarding referrals",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-copied-participants"
]
}
]
},
{
"id" : "ServiceRequest.extension:serviceProviderPreference",
"path" : "ServiceRequest.extension",
"sliceName" : "serviceProviderPreference",
"short" : "Service Provider Preference",
"definition" : "Indicates preferences related to provider and service location",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-service-provider-preference"
]
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "ServiceRequest.identifier.type",
"path" : "ServiceRequest.identifier.type",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.type.coding.system",
"path" : "ServiceRequest.identifier.type.coding.system",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.type.coding.code",
"path" : "ServiceRequest.identifier.type.coding.code",
"mustSupport" : true
},
{
"id" : "ServiceRequest.identifier.type.coding.display",
"path" : "ServiceRequest.identifier.type.coding.display",
"mustSupport" : true
},
{
"id" : "ServiceRequest.basedOn",
"path" : "ServiceRequest.basedOn",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest"
]
}
]
},
{
"id" : "ServiceRequest.requisition",
"path" : "ServiceRequest.requisition",
"comment" : "#### **_` FOR EREFERRAL USAGE: It is highly recommended that the common elements should match between multiple ServiceRequests (e.g., patient, requester, etc...) Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation. `_**"
},
{
"id" : "ServiceRequest.priority",
"path" : "ServiceRequest.priority",
"mustSupport" : true
},
{
"id" : "ServiceRequest.code",
"path" : "ServiceRequest.code",
"comment" : "#### **_`FOR EREFERRAL USAGE: The meaning of this field is to be used in conjunction with ServiceRequest.performing pointing to a HealthCareservice, and .code further specifies the service, for example code could be a specific procedure under the specificed HealthcareService (e.g., HealthcareService = Orthopaedic Surgeon, code=Knee Surgery). `_**\r\n\r\nMany laboratory and radiology procedure codes embed the specimen/organ system in the test order name, for example, serum or serum/plasma glucose, or a chest x-ray. The specimen might not be recorded separately from the test code."
},
{
"id" : "ServiceRequest.code.coding",
"path" : "ServiceRequest.code.coding",
"comment" : "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.\r\n\r\nFor details of the value set, please visit https://tgateway.infoway-inforoute.ca/mtw.html?id=2.16.840.1.113883.2.20.3.97&versionid=20160311"
},
{
"id" : "ServiceRequest.code.coding.system",
"path" : "ServiceRequest.code.coding.system",
"min" : 1,
"fixedUri" : "http://snomed.info/sct",
"mustSupport" : true
},
{
"id" : "ServiceRequest.code.coding.code",
"path" : "ServiceRequest.code.coding.code",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/interventioncodesubsetcare"
}
},
{
"id" : "ServiceRequest.code.coding.display",
"path" : "ServiceRequest.code.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.orderDetail",
"path" : "ServiceRequest.orderDetail",
"mustSupport" : true
},
{
"id" : "ServiceRequest.orderDetail.coding",
"path" : "ServiceRequest.orderDetail.coding",
"mustSupport" : true
},
{
"id" : "ServiceRequest.orderDetail.coding.system",
"path" : "ServiceRequest.orderDetail.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.orderDetail.coding.code",
"path" : "ServiceRequest.orderDetail.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.orderDetail.coding.display",
"path" : "ServiceRequest.orderDetail.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.subject",
"path" : "ServiceRequest.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient"
]
}
]
},
{
"id" : "ServiceRequest.authoredOn",
"path" : "ServiceRequest.authoredOn",
"comment" : "#### **_`FOR EREFERRAL USAGE: authoredOn is the submission time of the sending system `_**"
},
{
"id" : "ServiceRequest.requester",
"path" : "ServiceRequest.requester",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient"
]
}
]
},
{
"id" : "ServiceRequest.requester.extension:serviceRequestDelegate",
"path" : "ServiceRequest.requester.extension",
"sliceName" : "serviceRequestDelegate",
"short" : "Identified Delegate",
"definition" : "The person or provider identified as a delegate for a service request",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-service-request-delegate"
]
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "ServiceRequest.performer",
"path" : "ServiceRequest.performer",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-HealthcareService"
]
}
]
},
{
"id" : "ServiceRequest.performer.extension:performerIdentifier",
"path" : "ServiceRequest.performer.extension",
"sliceName" : "performerIdentifier",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ext-performer-identifier"
]
}
],
"mustSupport" : true,
"isModifier" : false
},
{
"id" : "ServiceRequest.reasonCode.coding",
"path" : "ServiceRequest.reasonCode.coding",
"mustSupport" : true
},
{
"id" : "ServiceRequest.reasonCode.coding.system",
"path" : "ServiceRequest.reasonCode.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.reasonCode.coding.code",
"path" : "ServiceRequest.reasonCode.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.reasonCode.coding.display",
"path" : "ServiceRequest.reasonCode.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "ServiceRequest.reasonCode.text",
"path" : "ServiceRequest.reasonCode.text",
"mustSupport" : true
},
{
"id" : "ServiceRequest.supportingInfo",
"path" : "ServiceRequest.supportingInfo",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Resource",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-DocumentReference",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Consent",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-AllergyIntolerance",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Condition",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Communication",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-MedicationStatement",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Procedure",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-FamilyMemberHistory"
]
}
]
},
{
"id" : "ServiceRequest.note",
"path" : "ServiceRequest.note",
"comment" : "#### **_`FOR EREFERRAL USAGE: 'note' is used to include additional information in the referral that is not captured by an existing resource or in a DocumentReference. This is often used when the sending application has a custom data capture form with fields are not mapped to a resource (e.g., Food preference, home visit risk factors, etc...). `_**\r\n\r\nFor systems that do not have structured annotations, they can simply communicate a single annotation with no author or time. This element may need to be included in narrative because of the potential for modifying information. *Annotations SHOULD NOT* be used to communicate \"modifying\" information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible)."
},
{
"id" : "ServiceRequest.note.author[x]",
"path" : "ServiceRequest.note.author[x]",
"comment" : "#### **_`FOR EREFERRAL USAGE: On submission of the ServiceRequest, if .author[x] and .time are not included, they are assumed to be the requester and received time of the ServiceRequest respectively (this is expected to be the normal use case). `_**\r\nOrganization is used when there's no need for specific attribution as to who made the comment.",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Practitioner",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Organization",
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient"
]
},
{
"code" : "string"
}
]
},
{
"id" : "ServiceRequest.note.text",
"path" : "ServiceRequest.note.text",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.